﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 

:root{
    --theme-color: #2087ed; /* css 变量赋值位置 */
}

.el-scrollbar__wrap {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    margin-right: -16px!important;
    margin-bottom: 0px!important;
}
.el-scrollbar__view{
    height: 100%;
}
.clear{clear:both;}
.unline{
    border-bottom: 1px solid #EBEEF5;
}
.center_header {
  width: 1200px;
  margin: 12px auto;
  height: 86px;
  position: relative;
  display: flex;
  align-items: center;
}
.center_header .logo {
  display: inline-block;
  width: 410px;
  height: auto;
}
.center_header .right-btn {
  width: 120px;
  height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 30px;
  justify-content: center;
  background: var(--theme-color);
  border-radius: 18px;
}
.center_header .right-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.category-wrap {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-wrap .category-menu {
  width: 168px;
  height: 100%;
  position: relative;
}
.category-wrap .category-menu .menu-header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: var(--theme-color);
  border-radius: 2px 2px 0px 0px;
}
.category-wrap .category-menu .menu-header img {
  width: 20px;
  height: 20px;
  margin: 0 16px 0 20px;
}
.category-wrap .category-menu .menu-body {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgba(32, 135, 237, 0.8);
  border-radius: 0px 0px 2px 2px;
  overflow: hidden;
  z-index: 100;
}
.category-wrap .category-menu .menu-body .menu-item {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  transition: background-color 0.2s ease;
}
.category-wrap .category-menu .menu-body .menu-item:hover {
  background-color: var(--theme-color);
}
.category-wrap .category-menu.hover .menu-body {
  display: none;
}
.category-wrap .category-menu.hover:hover .menu-body {
  display: block;
}
.category-wrap .category-nav {
  flex: 1;
  display: flex;
}
.category-wrap .category-nav > li {
  /*width: 72px;*/
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 14px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: bolder;
  position: relative;
}
.category-wrap .category-nav > li a {
  transition: color 0.2s ease;
}
.category-wrap .category-nav > li a.router-link-active {
  color: var(--theme-color);
}
.category-wrap .category-nav > li:hover a {
  color: var(--theme-color);
}
.category-wrap .user-label {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 0 10px;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--theme-color);
}
.category-wrap .user-label .user-name {
  max-width: 130px;
  margin: 0 10px 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-wrap .user-label img {
  width: 15px;
}
.category-wrap .user-label i {
  font-size: 14px;
}
.header {
  font-size: 12px;
}
.topheader {
  background: #f5f5f5;
  border-bottom: #eaeaea;
  height: 30px;
}
.topheader .header_in {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  color: #999;
}
.topheader .header_in .top_left {
  float: left;
}
.topheader .header_in .top_left a {
  color: #999;
}
.topheader .header_in .top_left a:hover {
  color: #333;
}
.topheader .header_in .top_right {
  float: right;
}
.topheader .header_in .top_right ul li {
  float: left;
  line-height: 16px;
  padding: 0 15px;
  border-right: 1px solid #e1e1e1;
  margin-top: 6px;
}
.topheader .header_in .top_right ul li a {
  color: #999;
}
.topheader .header_in .top_right ul li a:hover {
  color: var(--theme-color);
}
.topheader .header_in:after {
  content: "";
  display: block;
  clear: both;
}
.redCricle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 0;
  right: 12px;
}

.mailDialog .el-dialog__title {
  font-size: 18px !important;
}
.mailDialog .el-dialog__body {
  padding-top: 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
}
.mailDialog h6 {
  font-size: 18px;
  color: #fe474e;
  line-height: 2;
  margin: 10px 0;
  text-align: center;
}
.mailDialog .el-dialog__footer .mail_fr {
  font-weight: 200;
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.mailDialog .el-dialog__footer .mail_fl_btn {
  text-align: center;
  display: inline-block;
  margin-right: 90px;
}

.public-search-cell{
  width: 600px;
  height: 34px;
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--theme-color);
}
.public-search-cell .search-input-wrap{
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  right: 80px;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.public-search-cell .search-input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  display: block;
  height: 34px;
  line-height: 35px;
  border: 0;
  padding-left: 18px;
  outline: 0;
  overflow: hidden;
  background-color: transparent;
}
.public-search-cell .search-button{
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 18px;
  cursor: pointer;
  float: right;
  color: #ffffff;
  font-size: 14px;
  transition: opacity 0.2s ease;
}
.public-search-cell .search-button:hover {
  opacity: 0.8;
}

.block1{
  width: 176px;
  box-sizing: border-box;
  position: absolute;
  padding: 0 10px 10px;
  right: 15px;
  top: 600px;
  z-index: 100;
  color: #000;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: block;
}
.block1 .title{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 9px;
  position: relative;
}
.block1 .title img{
  width: 100%;
  height: 100%;
}
.block1 .wechat-advisory{
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block1 .qq-advisory{
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
.block1 .qq-advisory .qq-number{
  font-size: 18px;
  color: #2087ed;
  margin-top: 6px;
  text-align: center;
}
.block1 .work-time{
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  color: #262626;
  border-bottom: 1px solid #EAEAEA;
}
.block1 .btn{
  margin-top: 12px;
  background: var(--theme-color);
  line-height: 31px;
  color: #fff;
  border-radius: 2px;
  margin: 12px 10px 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block1 .btn img{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.main{
  width: 1200px;
  margin: 0 auto;
}
.main .new_goods_title{
  height: 40px;
  border-bottom: 1px solid #efefef;
  margin-top: 40px;
  margin-bottom: 30px;
}
.main .new_goods_title span{
  font-size: 20px;
  line-height: 28px;
  border-left: 5px solid #2087ed;
  padding-left: 15px;
}
.main .new_goods_title span a{
  font-weight: bold;
  font-size: 20px;
}
.main .recommend{
  margin-top: 20px;
}
.main .recommend .recommend_right .item{
  float: left;
  height: 290px;
  margin-left: 11px;
  margin-bottom: 12px;
}
.main .recommend .recommend_right .item .recommend_left{
  height: 290px;
  width: 190px;
}
.main .recommend .recommend_right .item .recommend_left img{
  width: 190px;
  height: 290px;
}
.main .recommend .recommend_right .item dl{
  width: 188px;
  border: 1px solid #eee;
}
.main .recommend .recommend_right .item dl dd{
  padding: 0 5px;
}
.main .recommend .recommend_right .item dl:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.main .recommend .recommend_right .item a{
  color: #999;
}
.main .recommend .recommend_right .item .btn{
  width: 170px;
  line-height: 28px;
  text-align: center;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 6px auto 10px auto;
  display: block;
  height: 28px;
  font-size: 14px;
}
.main .recommend .recommend_right .item .btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.main .recommend .recommend_right .item .other .price{
  font-size: 18px;
  float: left;
  color: #2087ed;
}
.main .recommend .recommend_right .item .other .wei{
  float: right;
  font-size: 14px;
  color: #666;
}
.main .recommend .recommend_right .item .other:after {
  content: "";
  display: block;
  clear: both;
}
.main .recommend .recommend_right .item .title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
  line-height: 28px;
}
.main .recommend .recommend_right .item:nth-child(7), .main .recommend .recommend_right .item:nth-child(1) {
  margin-left: 0;
}
.main .recommend .recommend_left{
  flex: 1;
  height: 290px;
  width: 190px;
}
.main .recommend .recommend_left img{
  width: 190px;
  height: 290px;
}
.main .recommend:after {
  content: "";
  clear: both;
  display: block;
}
.main .advertising{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.main .advertising div img{
  width: 286px;
  height: 170px;
  border-radius: 4px;
}
.banner{
  position: relative;
}
.banner .banner_sub_width_1200{
  top: 0;
  height: 400px;
  z-index: 999;
  right: 50%;
  margin-right: -600px;
  position: absolute;
}
.banner .banner_sub_width_1200 .banner_sub{
  width: 200px;
  margin-top: 25px;
  background: #fff;
  border-radius: 2px;
  padding: 0 10px;
}

.banner .banner_sub_width_1200 .banner_sub .other_block{
  display: flex;
  flex-wrap: wrap;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block{
  border-top: 1px solid #dedede;
  float: left;
  width: 100px;
  height: 48px;
  background: #fbfbfb;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block img{
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block a{
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block:hover {
  background: #eaeaea;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block:nth-child(1) {
  border-right: 1px solid #dedede;
}
.banner .banner_sub_width_1200 .banner_sub .other_block .block:nth-child(3) {
  border-right: 1px solid #dedede;
}
.banner .banner_sub_width_1200 .banner_sub .sub_gg{
  padding: 8px 10px;
  box-sizing: border-box;
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
}
.banner .banner_sub_width_1200 .banner_sub .sub_gg a{
  color: #999;
}
.banner .banner_sub_width_1200 .banner_sub .sub_gg a:hover {
  color: #2087ed;
}
.banner .banner_sub_width_1200 .banner_sub .sub_gg h3{
  font-size: 14px;
  margin-bottom: 5px;
}
.banner .banner_sub_width_1200 .banner_sub .sub_gg ul li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
}
.banner .banner_sub_width_1200 .banner_sub .login_avatar{
  color: #999;
  text-align: center;
  font-size: 12px;
}
.banner .banner_sub_width_1200 .banner_sub .login_avatar img{
  border-radius: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.banner .banner_sub_width_1200 .banner_sub .login_avatar.mt{
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login{
  width: 78px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  margin-left: 5px;
  text-align: center;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login a{
  color: var(--theme-color);
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login:hover {
  background: var(--theme-color);
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login:hover a{
  color: #fff;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login.red{
  background: var(--theme-color);
  margin-right: 5px;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .left_login.red a{
  color: #fff;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .disabled_login{
  width: 78px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #fde2e2;
  border-radius: 3px;
  margin-left: 5px;
  text-align: center;
  color: #f9a7a7;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn .disabled_login:hover {
  cursor: not-allowed;
}
.banner .banner_sub_width_1200 .banner_sub .login_btn:after {
  content: "";
  display: block;
  clear: both;
}
.banner_img{
  background-color: #efefef;
  background-position: top center;
  text-align: center;
  height: 400px;
  height: 100%;
}

.col-xs-6 a {
color: #3c8dbc;
}

.fixed-table-body a {
color: #3c8dbc;
}